-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
58 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.12 2009/05/20 00:58:15 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.13 2009/07/08 16:46:14 joerg Exp $ | ||
# | ||
|
||
DISTNAME= xtrs-4.9 | ||
|
@@ -10,6 +10,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= ${MASTER_SITES} | ||
COMMENT= TRS-80 Model I/III/4 Emulator for Unix | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
BUILD_TARGET= default | ||
|
||
|
@@ -22,11 +23,13 @@ SUBST_SED.mf= -e 's|/usr/local|${PREFIX}|g' \ | |
-e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE}/lib -L${X11BASE}/lib|g' \ | ||
-e 's|/share/man|/man|g' | ||
|
||
INSTALL_MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin \ | ||
MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} | ||
INSTALLATION_DIRS= bin lib/xtrs ${PKGMANDIR}/man1 share/doc/xtrs | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/lib/xtrs | ||
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.hex ${PREFIX}/lib/xtrs/romimage.m4p | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xtrs | ||
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.README ${PREFIX}/share/doc/xtrs | ||
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.hex ${DESTDIR}${PREFIX}/lib/xtrs/romimage.m4p | ||
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.README ${DESTDIR}${PREFIX}/share/doc/xtrs | ||
|
||
# The sources assume <malloc.h> exists. Create a fake one for platforms | ||
# that don't have it. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.2 2008/04/29 09:39:17 sborrill Exp $ | ||
# $NetBSD: Makefile,v 1.3 2009/07/08 16:43:51 joerg Exp $ | ||
# | ||
|
||
DISTNAME= gphotofs-0.4.0 | ||
|
@@ -11,14 +11,16 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://gphoto.sourceforge.net/proj/gphotofs/ | ||
COMMENT= FUSE filesystem for accessing digital cameras | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
USE_LIBTOOL= yes | ||
USE_TOOLS+= gmake pkg-config | ||
|
||
INSTALLATION_DIRS= share/doc/${PKGBASE} | ||
|
||
post-install: | ||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE} | ||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} | ||
|
||
.include "../../devel/glib2/buildlink3.mk" | ||
.include "../../devel/libgphoto2/buildlink3.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ | ||
# $NetBSD: Makefile,v 1.2 2009/07/08 16:45:19 joerg Exp $ | ||
# | ||
|
||
DISTNAME= fusepod-0.5.1 | ||
|
@@ -11,6 +11,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://fusepod.sourceforge.net/ | ||
COMMENT= FUSE-based filesystem for iPod | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
USE_LANGUAGES+= c c++ | ||
USE_TOOLS+= gmake pkg-config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.5 2009/04/16 21:42:43 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.6 2009/07/08 16:40:08 joerg Exp $ | ||
# | ||
|
||
DISTNAME= wdfs-1.4.2 | ||
|
@@ -11,6 +11,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://noedler.de/projekte/wdfs/ | ||
COMMENT= FUSE-based webdav filesystem | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
USE_TOOLS+= pkg-config | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.6 2009/02/09 22:56:23 joerg Exp $ | ||
# $NetBSD: Makefile,v 1.7 2009/07/08 16:43:13 joerg Exp $ | ||
# | ||
|
||
DISTNAME= wikipediafs-0.3 | ||
|
@@ -11,6 +11,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://wikipediafs.sourceforge.net/ | ||
COMMENT= FUSE filesystem for accessing the wikipedia | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
PYTHON_VERSIONS_ACCEPTED= 25 24 | ||
|
||
PYDISTUTILSPKG= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.2 2007/05/13 15:34:05 agc Exp $ | ||
# $NetBSD: Makefile,v 1.3 2009/07/08 16:44:49 joerg Exp $ | ||
# | ||
|
||
DISTNAME= u9fs-2.0.3 | ||
|
@@ -9,6 +9,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://plan9.bell-labs.com/ | ||
COMMENT= Unix file server using the 9P protocol | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
WRKSRC= ${WRKDIR}/u9fs | ||
|
||
MAKE_FILE= makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.13 2008/01/22 17:09:55 tnn Exp $ | ||
# $NetBSD: Makefile,v 1.14 2009/07/08 16:47:20 joerg Exp $ | ||
# | ||
|
||
DISTNAME= jmk-x11-fonts-3.0 | ||
|
@@ -11,13 +11,15 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.jmknoble.net/fonts/ | ||
COMMENT= Jim Knoble's font collection for X11 | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
USE_IMAKE= yes | ||
USE_TOOLS+= bdftopcf gzip | ||
|
||
FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/jmk | ||
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/jmk | ||
|
||
post-install: | ||
${RM} ${PREFIX}/lib/X11/fonts/jmk/fonts.scale | ||
${RM} ${DESTDIR}${PREFIX}/lib/X11/fonts/jmk/fonts.scale | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.11 2008/01/22 17:09:55 tnn Exp $ | ||
# $NetBSD: Makefile,v 1.12 2009/07/08 16:49:05 joerg Exp $ | ||
|
||
DISTNAME= kcfonts-1.05 | ||
PKGREVISION= 3 | ||
|
@@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} | |
MAINTAINER= [email protected] | ||
COMMENT= Kuo Chauo Chinese Fonts collection | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
WRKSRC= ${WRKDIR} | ||
USE_X11BASE= yes | ||
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters