Lines 3-19
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= mdf2iso |
4 |
PORTNAME= mdf2iso |
5 |
PORTVERSION= 0.3.0 |
5 |
PORTVERSION= 0.3.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= BERLIOS |
8 |
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/mdf2iso/ |
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-src |
|
|
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= portmaster@BSDforge.com |
11 |
COMMENT= Alcohol 120% to ISO converter |
11 |
COMMENT= Alcohol 120% to ISO converter |
12 |
|
12 |
|
13 |
BROKEN= unfetchable |
|
|
14 |
|
15 |
LICENSE= GPLv2 # (or later) |
13 |
LICENSE= GPLv2 # (or later) |
16 |
|
14 |
|
|
|
15 |
USES= tar:xz |
16 |
|
17 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
17 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
18 |
|
18 |
|
19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
Lines 20-23
Link Here
|
20 |
|
20 |
|
21 |
PLIST_FILES= bin/mdf2iso |
21 |
PLIST_FILES= bin/mdf2iso |
22 |
|
22 |
|
|
|
23 |
INSTALL_TARGET= install-strip |
24 |
|
23 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |