diff options
Diffstat (limited to 'x11-toolkits/fpc-xforms/Makefile')
-rw-r--r-- | x11-toolkits/fpc-xforms/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile deleted file mode 100644 index 48ebdf54f011..000000000000 --- a/x11-toolkits/fpc-xforms/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -CATEGORIES= x11-toolkits lang -PKGNAMESUFFIX= -xforms - -COMMENT= X-Forms interface for Free Pascal - -USES= fpc -USE_FPC= x11 - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= EXAMPLES XFORMS -XFORMS_DESC= Install xforms graphical user interface toolkit -OPTIONS_DEFAULT= XFORMS - -XFORMS_LIB_DEPENDS= libforms.so:x11-toolkits/xforms - -.include "${MASTERDIR}/Makefile" |