Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/security/caesarcipher/Makefile 491137 2019-01-25 08:53:06Z tobik $ |
1 |
# $FreeBSD: head/security/caesarcipher/Makefile 491137 2019-01-25 08:53:06Z tobik $ |
2 |
|
2 |
|
3 |
PORTNAME= caesarcipher |
3 |
PORTNAME= caesarcipher |
4 |
PORTVERSION= 1.0 |
4 |
PORTVERSION= 1.1 |
5 |
CATEGORIES= security |
5 |
CATEGORIES= security |
6 |
MASTER_SITES= http://www.olivermahmoudi.com/files/ |
6 |
MASTER_SITES= http://www.olivermahmoudi.com/files/ |
7 |
|
7 |
|
Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
PLIST_FILES= bin/caesarcipher \ |
13 |
PLIST_FILES= bin/caesarcipher \ |
14 |
man/man1/caesarcipher.1.gz |
14 |
man/man1/caesarcipher.1.gz |
15 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
15 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
16 |
|
16 |
|
17 |
do-build: |
17 |
do-build: |
18 |
cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c |
18 |
cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c |