diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-01 17:28:17 +0000 |
commit | c1eba2d83eb1b997b5906a1458529c5c6a6a2fa4 (patch) | |
tree | ae044c026c4c8ae63ae3e6cd375428c689780f05 /devel/linux-allegro | |
parent | 205f4f916c424ba649de05e7db3c1c34afa55d33 (diff) |
Notes
Diffstat (limited to 'devel/linux-allegro')
-rw-r--r-- | devel/linux-allegro/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/devel/linux-allegro/Makefile b/devel/linux-allegro/Makefile index 3926708da4c9..e19998825d5c 100644 --- a/devel/linux-allegro/Makefile +++ b/devel/linux-allegro/Makefile @@ -7,23 +7,25 @@ PORTNAME= allegro PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel linux MASTER_SITES= http://membres.lycos.fr/ebotcazou/allegro/ -PKGNAMEPREFIX= linux- +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Cross-platform game programming library (linux version) -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= - -USE_LINUX= yes -USE_LINUX_PREFIX= yes +USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 +DIST_SUBDIR= rpm +INSTALLS_SHLIB= yes +USE_XLIB= yes +SRC_DISTFILES= -RPM_SET= ${PORTNAME}-${PORTVERSION}-1.${ARCH}.rpm -PLIST= ${MASTERDIR}/pkg-plist MD5_FILE= ${MASTERDIR}/distinfo -.include "../../x11-toolkits/linux-gtk/Makefile" +post-extract: + @cd ${WRKSRC}/usr/lib; \ + ${LN} -s liballeg-4.0.3.so liballeg.so.4.0 + +.include <bsd.port.mk> |